home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / ON / CTCP_REPLY < prev    next >
Encoding:
Text File  |  1993-05-04  |  841 b   |  19 lines

  1. Usage: ON [#|+|-|^|&|@]CTCP_REPLY [-|^]<parameters> [action]
  2.   This event is activated when you receive a reply from a CTCP
  3.   request that you made (with the CTCP command).  For example,
  4.   if you did:
  5.     CTCP BigCheese VERSION
  6.   you would receive a:
  7.     *** CTCP REPLY VERSION from BigCheese: IRCII 2.1beta2 Unix
  8.   from BigCheese.  However, if you had:
  9.     ON ^CTCP_REPLY "* VERSION" /echo $0 is using $2-
  10.   and did the CTCP show above, you would get something like:
  11.     BigCheese is using IRCII 2.1beta2 Unix
  12.   The parameters are:
  13.     $0    nick of person who sent the reply
  14.     $1    The CTCP command being replied to
  15.     $2-    The reply itself (depends on $1)
  16.   Note: You may NOT use the CTCP command in an ON CTCP_REPLY.  
  17.   It simply will report an error message to you and not work.  
  18.   It is illegal to do this and it is not supported.
  19.